func math.frexp

2 uses

	math (current package)
		frexp.go#L21: 	return frexp(f)
		frexp.go#L24: func frexp(f float64) (frac float64, exp int) {